home *** CD-ROM | disk | FTP | other *** search
- * Abindon Cross benchmark ( prof. Kendall Preston )
- * implementation in AIM by Frans Groen
- *
- * display is put off to obtain the operation times
- * separated from the display times
- * bench mark time = (a) + (b) + (c) + (d) and
- * bench mark time w/h display = (a) + (b) + (c)
- *
- dof * display of
- ton * timer on
- readf ACROS,A * read image
- gdisp * display
- unif A,B,31 * uniform filter (a)
- gdisp B * display result
- thresh B,B,1,155 * threshold (b)
- bdisp B,1 * display
- skelet 100,1,0,B * skeleton (c)
- bdisp B,1 * display (d)
- don * display on
- toff * timer off
-